/*背景色*/
/*字体颜色*/
/*小颜色*/
/*绿字体色*/
/*导航字体颜色*/
/*边框颜色*/
/*总的绿色*/
.wrapper {
  overflow: hidden;
}

.wrapper .banner {
  position: relative;
}
.wrapper .banner .wrapper {
  width: 1200px;
  height: 580px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  margin-left: -600px;
}
.wrapper .banner .wrapper .lx-box {
  width: 320px;
  height: 480px;
  position: absolute;
  left: 0;
  z-index: 999;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 20px;
}
.wrapper .banner .wrapper .lx-box .zzc {
  position: absolute;
  background: #111414;
  width: 320px;
  height: 470px;
  left: 0;
  z-index: 99;
  top: 65px;
  opacity: .8;
}
.wrapper .banner .wrapper .lx-box .list {
  position: absolute;
  width: 320px;
  height: 480px;
  left: 0;
  z-index: 99;
  top: 55px;
}
.wrapper .banner .wrapper .lx-box .list .top {
  width: 100%;
  height: 50px;
  background: #6fedb1;
  line-height: 50px;
  color: #000;
  padding-left: 30px;
  font-weight: 700;
  box-sizing: border-box;
}
.wrapper .banner .wrapper .lx-box .list .item {
  height: 80px;
  border-bottom: 1px solid #666666;
  padding-left: 30px;
}
.wrapper .banner .wrapper .lx-box .list .item .title {
  color: #fff;
  font-size: 18px;
  padding-top: 15px;
}
.wrapper .banner .wrapper .lx-box .list .item .ztwj a {
  font-size: 14px;
  color: #acacac;
  margin-right: 5px;
}
.wrapper .banner .wrapper .lx-box .list .item .ztwj a:hover {
  color: #6fedb1;
}
.wrapper .banner .wrapper .lx-box .list .item .jt {
  /*position: absolute;
							top: 30px;
							right: 50px;*/
  float: right;
  margin-right: 50px;
  margin-top: -10px;
  transition: all .2s;
}
.wrapper .banner .wrapper .lx-box .list .item .left-list {
  position: absolute;
  width: 620px;
  height: 424px;
  background: #eaffe9;
  left: 320px;
  top: 50px;
  opacity: 1;
  box-sizing: border-box;
  padding: 0 35px;
  display: none;
}
.wrapper .banner .wrapper .lx-box .list .item .left-list .box-l {
  overflow: hidden;
  border-bottom: 1px dashed #666666;
  padding-bottom: 30px;
}
.wrapper .banner .wrapper .lx-box .list .item .left-list .box-l .tit {
  font-size: 16px;
  color: #000;
  padding-top: 30px;
  margin-bottom: 5px;
}
.wrapper .banner .wrapper .lx-box .list .item .left-list .box-l a {
  font-size: 14px;
  color: #717171;
  margin-right: 15px;
}
.wrapper .banner .wrapper .lx-box .list .item .left-list .box-l a:hover {
  color: #6fedb1;
}
.wrapper .banner .wrapper .lx-box .list .item .left-list .box-l:last-child {
  border: none;
}
.wrapper .banner .wrapper .lx-box .list .item:last-child {
  border: none;
}
.wrapper .banner .wrapper .lx-box .list .item:hover .title {
  color: #6fedb1;
}
.wrapper .banner .wrapper .lx-box .list .item:hover .jt {
  transform: rotate(-180deg);
}
.wrapper .banner .wrapper .lx-box .list .item:hover .left-list {
  display: block;
}
.wrapper .banner .banner-k {
  height: 584px;
  min-width: 1200px;
  background: url(../../img/index/banner.png) no-repeat center center;
}
.wrapper .sqlc {
  width: 100%;
  height: 377px;
  background: #eff4f0;
  overflow: hidden;
}
.wrapper .sqlc .sqlc-box {
  width: 1200px;
  height: 377px;
  margin: 0 auto;
}
.wrapper .sqlc .sqlc-box .title {
  display: block;
  font-size: 28px;
  color: #000;
  margin: 67px 0 60px 0;
}
.wrapper .sqlc .sqlc-box .box-l {
  position: relative;
}
.wrapper .sqlc .sqlc-box .box-l .bj-c {
  width: 1154px;
  height: 10px;
  background: url(../../img/index/arrow.png) no-repeat center;
  margin: 0 auto;
  position: absolute;
  top: 35px;
}
.wrapper .sqlc .sqlc-box .box-l .list-box {
  width: 1200px;
  height: 175px;
  position: absolute;
  top: 0;
}
.wrapper .sqlc .sqlc-box .box-l .list-box .item {
  width: 93px;
  text-align: center;
  float: left;
  margin-left: 125px;
  cursor: pointer;
  position: relative;
}
.wrapper .sqlc .sqlc-box .box-l .list-box .item img {
  transition: all .5s;
}
.wrapper .sqlc .sqlc-box .box-l .list-box .item .tit {
  font-size: 17px;
  color: #000;
  padding: 20px 0 10px 0;
  white-space: nowrap;
  position: absolute;
  width: 150px;
  top: 75px;
  left: -26px;
}
.wrapper .sqlc .sqlc-box .box-l .list-box .item .desc {
  width: 150px;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  white-space: nowrap;
  position: absolute;
  bottom: -85px;
  left: -26px;
}
.wrapper .sqlc .sqlc-box .box-l .list-box .item:first-child {
  margin-left: 0;
}
.wrapper .sqlc .sqlc-box .box-l .list-box .item:hover img {
  transform: rotate(-360deg);
}
.wrapper .sqlc .sqlc-box .box-l .list-box .item:hover .tit {
  color: #a8d19e;
}
.wrapper .hot-school {
  width: 100%;
  height: 610px;
  overflow: hidden;
}
.wrapper .hot-school .hot-school-box {
  width: 1200px;
  height: 610px;
  margin: 0 auto;
  overflow: hidden;
}
.wrapper .hot-school .hot-school-box .left {
  width: 870px;
  float: left;
}
.wrapper .hot-school .hot-school-box .left .tit-box {
  margin: 75px 0 27px 0;
  overflow: hidden;
}
.wrapper .hot-school .hot-school-box .left .tit-box .title {
  font-size: 28px;
  color: #000;
  float: left;
}
.wrapper .hot-school .hot-school-box .left .tit-box .change {
  float: right;
  cursor: pointer;
  padding-top: 20px;
  font-size: 16px;
  color: #666666;
  padding-right: 10px;
}
.wrapper .hot-school .hot-school-box .left .tit-box .change .icon {
  display: inline-block;
  width: 17px;
  height: 16px;
  background: url(../../img/index/change.png);
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -3px;
  transition: all .2s;
}
.wrapper .hot-school .hot-school-box .left .tit-box .change:hover {
  color: #668d5e;
}
.wrapper .hot-school .hot-school-box .left .tit-box .change:hover .icon {
  background: url(../../img/index/change-active.png);
}
.wrapper .hot-school .hot-school-box .left .tit-box .change:hover .icon {
  transform: rotate(360deg);
}
.wrapper .hot-school .hot-school-box .left .item-list {
  display: none;
}
.wrapper .hot-school .hot-school-box .left .item-list .item-box {
  width: 280px;
  height: 122px;
  background: #f6f6f6;
  position: relative;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.wrapper .hot-school .hot-school-box .left .item-list .item-box .sx {
  overflow: hidden;
}
.wrapper .hot-school .hot-school-box .left .item-list .item-box .sx .icon-j {
  width: 76px;
  height: 77px;
  margin-top: 23px;
  margin-left: 10px;
  float: left;
  border-radius: 50%;
}
.wrapper .hot-school .hot-school-box .left .item-list .item-box .sx .text-box {
  width: 178px;
  height: 89px;
  float: left;
  margin-left: 15px;
}
.wrapper .hot-school .hot-school-box .left .item-list .item-box .sx .text-box .tit {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  margin-top: 22px;
  margin-bottom: 8px;
}
.wrapper .hot-school .hot-school-box .left .item-list .item-box .sx .text-box .desc {
  font-size: 14px;
  color: #666666;
}
.wrapper .hot-school .hot-school-box .left .item-list .item-box .sx .text-box .pm {
  margin-top: 12px;
  font-size: 14px;
  color: #264b4a;
  font-weight: 700;
}
.wrapper .hot-school .hot-school-box .left .item-list .item-box .sx .text-box .pm img {
  vertical-align: top;
  margin-top: -3px;
}
.wrapper .hot-school .hot-school-box .left .item-list .item-box .four {
  position: absolute;
  top: 0;
  width: 100%;
  height: 118px;
  background: #f6f6f6;
  border-bottom: 4px solid #94d68b;
  opacity: 0;
  transition: all .4s;
}
.wrapper .hot-school .hot-school-box .left .item-list .item-box .four .icon-j {
  width: 76px;
  height: 77px;
  margin-top: 23px;
  margin-left: 10px;
  float: left;
  border-radius: 50%;
}
.wrapper .hot-school .hot-school-box .left .item-list .item-box .four .text-box {
  width: 178px;
  height: 89px;
  float: left;
  margin-left: 15px;
}
.wrapper .hot-school .hot-school-box .left .item-list .item-box .four .text-box .tit {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  margin-top: 22px;
  margin-bottom: 8px;
}
.wrapper .hot-school .hot-school-box .left .item-list .item-box .four .text-box .desc {
  font-size: 14px;
  color: #666666;
}
.wrapper .hot-school .hot-school-box .left .item-list .item-box .four .text-box .pm {
  margin-top: 12px;
  font-size: 14px;
  color: #264b4a;
  font-weight: 700;
}
.wrapper .hot-school .hot-school-box .left .item-list .item-box .four .text-box .pm img {
  vertical-align: top;
  margin-top: -3px;
}
.wrapper .hot-school .hot-school-box .left .item-list .item-box .four .text-box .lq_num {
  font-size: 16px;
  color: #000;
  margin-top: 28px;
  font-weight: 700;
  margin-bottom: 16px;
}
.wrapper .hot-school .hot-school-box .left .item-list .item-box .four .text-box .btn-sq {
  display: block;
  width: 140px;
  height: 30px;
  background: #94d68b;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #000;
  font-weight: 700;
}
.wrapper .hot-school .hot-school-box .left .item-list .item-box:hover .four {
  opacity: 1;
}
.wrapper .hot-school .hot-school-box .left .active {
  display: block;
}
.wrapper .hot-school .hot-school-box .right {
  width: 280px;
  float: right;
  margin-top: 105px;
  margin-right: 5px;
}
.wrapper .hot-school .hot-school-box .right .title {
  height: 50px;
  background: url(../../img/index/btn-tit.png) no-repeat bottom;
  font-size: 22px;
  color: #000;
  line-height: 30px;
}
.wrapper .hot-school .hot-school-box .right .banner {
  width: 279px;
  height: 112px;
  background: url(../../img/index/2018fg.png) no-repeat center;
  box-shadow: 0px 4px 16px 0px #dbdbdb;
  text-align: center;
  color: #fff;
  font-size: 22px;
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center
}
.wrapper .hot-school .hot-school-box .right .list {
  width: 100%;
  height: 250px;
  background: #f8f8f8;
  box-shadow: 0px 4px 16px 0px #dbdbdb;
}
.wrapper .hot-school .hot-school-box .right .list ul {
  overflow: hidden;
}
.wrapper .hot-school .hot-school-box .right .list ul li {
  position: relative;
  margin-left: 33px;
  margin-bottom: 20px;
}
.wrapper .hot-school .hot-school-box .right .list ul li a {
  font-size: 14px;
  color: #666666;
}
.wrapper .hot-school .hot-school-box .right .list ul li a:hover {
  color: #a8d19e;
}
.wrapper .hot-school .hot-school-box .right .list ul li:after {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  background: url(../../img/index/xy.png);
  position: absolute;
  top: 6px;
  left: -20px;
}
.wrapper .hot-school .hot-school-box .right .list ul li:first-child {
  margin-top: 18px;
}
.wrapper .service {
  width: 100%;
  height: 1181px;
  background: url(../../img/index/xbj.png);
}
.wrapper .service .lx-service {
  width: 100%;
  height: 545px;
  border-bottom: 1px dashed #999999;
}
.wrapper .service .lx-service .lx-box {
  width: 1200px;
  margin: 0 auto;
}
.wrapper .service .lx-service .lx-box .left {
  width: 870px;
  float: left;
}
.wrapper .service .lx-service .lx-box .left .title {
  display: block;
  font-size: 28px;
  color: #000;
  margin-top: 70px;
  margin-bottom: 30px;
}
.wrapper .service .lx-service .lx-box .left .box-list {
  overflow: hidden;
}
.wrapper .service .lx-service .lx-box .left .box-list .box-item {
  width: 423px;
  height: 150px;
  background: #fff;
  margin-bottom: 25px;
}
.wrapper .service .lx-service .lx-box .left .box-list .box-item .icon {
  float: left;
  margin-top: 28px;
  margin-left: 36px;
}
.wrapper .service .lx-service .lx-box .left .box-list .box-item .rig {
  float: left;
  margin-top: 28px;
  margin-left: 33px;
}
.wrapper .service .lx-service .lx-box .left .box-list .box-item .rig .tit {
  font-size: 21px;
  color: #000;
  position: relative;
}
.wrapper .service .lx-service .lx-box .left .box-list .box-item .rig .tit:after {
  content: '';
  display: block;
  width: 32px;
  height: 4px;
  background: #666666;
  position: absolute;
  bottom: -15px;
  left: 0;
}
.wrapper .service .lx-service .lx-box .left .box-list .box-item .rig .desc {
  color: #666666;
  margin-top: 25px;
  line-height: 20px;
}
.wrapper .service .lx-service .lx-box .left .box-list .box-item:hover {
  background: #adcfaa;
}
.wrapper .service .lx-service .lx-box .left .box-list .box-item:hover .tit:after {
  background: #000;
}
.wrapper .service .lx-service .lx-box .left .box-list .box-item:hover .desc {
  color: #000;
}
.wrapper .service .lx-service .lx-box .left .box-list .l {
  float: left;
}
.wrapper .service .lx-service .lx-box .left .box-list .r {
  float: right;
  margin-right: 10px;
}
.wrapper .service .lx-service .lx-box .right {
  width: 280px;
  float: right;
  margin-top: 75px;
  margin-right: 5px;
  margin-bottom: 70px;
}
.wrapper .service .lx-service .lx-box .right .title {
  height: 50px;
  background: url(../../img/index/btn-tit.png) no-repeat bottom;
  font-size: 22px;
  color: #000;
  line-height: 30px;
}
.wrapper .service .lx-service .lx-box .right .banner {
  margin-top: 10px;
}
.wrapper .service .lx-service .lx-box .right .box-form {
  width: 100%;
  height: 203px;
  background: #fff;
  box-shadow: 0px 4px 16px 0px #dbdbdb;
  padding: 0 20px;
  box-sizing: border-box;
}
.wrapper .service .lx-service .lx-box .right .box-form input {
  width: 240px;
  color: #666666;
  line-height: 30px;
  border-bottom: 1px solid #666666;
  margin-top: 20px;
  font-size: 13px;
}
.wrapper .service .lx-service .lx-box .right .box-form .btn {
  display: block;
  width: 118px;
  height: 40px;
  font-size: 15px;
  color: #acc9aa;
  line-height: 40px;
  text-align: center;
  background: #434343;
  margin: 0 auto;
  margin-top: 30px;
}
.wrapper .service .lx-service .lx-box .right .box-form .btn:hover {
  background: #a8d19e;
  color: #000;
}
.wrapper .service .lx-service .zp-box {
  width: 1200px;
  height: 660px;
  margin: 0 auto;
}
.wrapper .service .lx-service .zp-box .left {
  width: 870px;
  float: left;
}
.wrapper .service .lx-service .zp-box .left .tit-box {
  margin-top: 70px;
  margin-bottom: 30px;
}
.wrapper .service .lx-service .zp-box .left .tit-box .title {
  display: inline-block;
  font-size: 28px;
  color: #000;
}
.wrapper .service .lx-service .zp-box .left .tit-box .more {
  float: right;
  font-size: 16px;
  color: #666666;
  margin-right: 35px;
  margin-top: 20px;
}
.wrapper .service .lx-service .zp-box .left .tit-box .more .icon {
  display: inline-block;
  width: 9px;
  height: 13px;
  background: url(../../img/index/ljt2.png);
}
.wrapper .service .lx-service .zp-box .left .tit-box .more:hover {
  color: #a8d19e;
}
.wrapper .service .lx-service .zp-box .left .tit-box .more:hover .icon {
  width: 9px;
  height: 13px;
  background: url(../../img/index/ljt2-active.png);
}
.wrapper .service .lx-service .zp-box .left .select {
  margin-bottom: 35px;
}
.wrapper .service .lx-service .zp-box .left .select a {
  font-size: 16px;
  margin-right: 35px;
  color: #666666;
}
.wrapper .service .lx-service .zp-box .left .select .activek {
  color: #a8d19e;
}
.wrapper .service .lx-service .zp-box .left .select a:hover {
  color: #a8d19e;
}
.wrapper .service .lx-service .zp-box .left .box-list {
  overflow: hidden;
  display: none;
}
.wrapper .service .lx-service .zp-box .left .box-list .box-item {
  width: 277px;
  height: 185px;
  float: left;
  position: relative;
  margin-bottom: 10px;
  margin-right: 10px;
}
.wrapper .service .lx-service .zp-box .left .box-list .box-item .zzc {
  width: 100%;
  height: 181px;
  border-bottom: 4px solid #eaf25f;
  position: absolute;
  top: 0;
  left: 0;
  background: #274d30;
  opacity: .8;
  z-index: 15;
  opacity: 0;
  transition: all .2s;
}
.wrapper .service .lx-service .zp-box .left .box-list .box-item img {
  position: absolute;
  z-index: 10;
  width: 100%;
}
.wrapper .service .lx-service .zp-box .left .box-list .box-item .d-box {
  width: 192px;
  height: 100px;
  background: #fff;
  z-index: 20;
  position: absolute;
  top: 0;
  left: 50%;
  top: 50%;
  margin-left: -96px;
  margin-top: -50px;
  padding-left: 25px;
  box-sizing: border-box;
  display: none;
}
.wrapper .service .lx-service .zp-box .left .box-list .box-item .d-box .tit-k {
  font-size: 16px;
  color: #000;
  padding-top: 27px;
  font-weight: 700;
}
.wrapper .service .lx-service .zp-box .left .box-list .box-item .d-box .school {
  font-size: 14px;
  color: #000;
  margin-top: 5px;
}
.wrapper .service .lx-service .zp-box .left .box-list .box-item:hover .zzc {
  opacity: .8;
}
.wrapper .service .lx-service .zp-box .left .box-list .box-item:hover .d-box {
  background: #eaf25f;
  display: block;
}
.wrapper .service .lx-service .zp-box .left .active {
  display: block;
}
.wrapper .service .lx-service .zp-box .right {
  width: 280px;
  float: right;
  margin-top: 105px;
  margin-right: 5px;
}
.wrapper .service .lx-service .zp-box .right .title {
  height: 50px;
  background: url(../../img/index/btn-tit.png) no-repeat bottom;
  font-size: 22px;
  color: #000;
  line-height: 30px;
}
.wrapper .service .lx-service .zp-box .right .banner {
  width: 279px;
  height: 112px;
  background: url(../../img/index/2018fg.png) no-repeat center;
  box-shadow: 0px 4px 16px 0px #dbdbdb;
  text-align: center;
  color: #fff;
  font-size: 22px;
  margin-top: 12px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.wrapper .service .lx-service .zp-box .right .list {
  width: 100%;
  height: 295px;
  background: #f8f8f8;
  box-shadow: 0px 4px 16px 0px #dbdbdb;
}
.wrapper .service .lx-service .zp-box .right .list ul {
  overflow: hidden;
}
.wrapper .service .lx-service .zp-box .right .list ul li {
  position: relative;
  margin-left: 33px;
  margin-bottom: 20px;
}
.wrapper .service .lx-service .zp-box .right .list ul li a {
  font-size: 14px;
  color: #666666;
}
.wrapper .service .lx-service .zp-box .right .list ul li a:hover {
  color: #a8d19e;
}
.wrapper .service .lx-service .zp-box .right .list ul li:after {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  background: url(../../img/index/xy.png);
  position: absolute;
  top: 6px;
  left: -20px;
}
.wrapper .service .lx-service .zp-box .right .list ul li:first-child {
  margin-top: 18px;
}
.wrapper .major {
  width: 100%;
  height: 882px;
  background: url(../../img/index/banner2.png) no-repeat center;
  overflow: hidden;
}
.wrapper .major .major-box {
  width: 1200px;
  height: 882px;
  margin: 0 auto;
}
.wrapper .major .major-box .title-box {
  margin-top: 60px;
  margin-bottom: 45px;
}
.wrapper .major .major-box .title-box strong {
  font-size: 28px;
  color: #fff;
}
.wrapper .major .major-box .title-box .more {
  font-size: 16px;
  color: #fff;
  float: right;
  margin-right: 10px;
}
.wrapper .major .major-box .title-box .more .icon {
  display: inline-block;
  width: 9px;
  height: 13px;
  background: url(../../img/index/ljt.png);
}
.wrapper .major .major-box .title-box .more:hover {
  color: #668d5e;
}
.wrapper .major .major-box .title-box .more:hover .icon {
  background: url(../../img/index/ljt-active.png);
}
.wrapper .major .major-box .banner-box {
  width: 1200px;
  height: 640px;
  position: relative;
  margin: 0 auto;
}
.wrapper .major .major-box .banner-box .item-box {
  width: 1200px;
  height: 640px;
}
.wrapper .major .major-box .banner-box .item-box .list {
  overflow: hidden;
  display: none;
}
.wrapper .major .major-box .banner-box .item-box .list .item {
  float: left;
  width: 280px;
  margin-left: 25px;
}
.wrapper .major .major-box .banner-box .item-box .list .item .box {
  width: 280px;
  height: 258px;
  position: relative;
  text-align: center;
}
.wrapper .major .major-box .banner-box .item-box .list .item .box .c {
  width: 280px;
  height: 258px;
  display: block;
  position: relative;
  z-index: 10;
}
.wrapper .major .major-box .banner-box .item-box .list .item .box .ysc {
  width: 100%;
  overflow: hidden;
  opacity: 0;
  transition: all .2s;
}
.wrapper .major .major-box .banner-box .item-box .list .item .box .ysc .zzc {
  width: 100%;
  height: 258px;
  background: #abcfa1;
  opacity: .8;
  position: absolute;
  top: 0;
}
.wrapper .major .major-box .banner-box .item-box .list .item .box .ysc .icon {
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -50px;
}
.wrapper .major .major-box .banner-box .item-box .list .item .box .ysc .text {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
}
.wrapper .major .major-box .banner-box .item-box .list .item .box .ysc .text .tit {
  font-size: 20px;
}
.wrapper .major .major-box .banner-box .item-box .list .item .box .ysc .text .desc {
  font-size: 16px;
  color: #000;
  margin-top: 8px;
}
.wrapper .major .major-box .banner-box .item-box .list .item .box .ysc .text .desc span {
  width: 55px;
  height: 20px;
  color: #000;
  background: #fff;
  line-height: 20px;
  display: inline-block;
  font-weight: 700;
}
.wrapper .major .major-box .banner-box .item-box .list .item .box:hover img {
  z-index: 0;
}
.wrapper .major .major-box .banner-box .item-box .list .item .box:hover .ysc {
  opacity: 1;
}
.wrapper .major .major-box .banner-box .item-box .list .item .img {
  width: 280px;
  height: 396px;
  position: relative;
}
.wrapper .major .major-box .banner-box .item-box .list .item .img .c {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 99;
}
.wrapper .major .major-box .banner-box .item-box .list .item .img .ysc {
  overflow: hidden;
  opacity: 0;
  transition: all .2s;
}
.wrapper .major .major-box .banner-box .item-box .list .item .img .ysc .zzc {
  width: 100%;
  height: 396px;
  background: #abcfa1;
  opacity: .8;
  position: absolute;
  top: 0;
  z-index: 10;
}
.wrapper .major .major-box .banner-box .item-box .list .item .img .ysc .icon {
  position: absolute;
  top: 120px;
  left: 50%;
  margin-left: -50px;
  z-index: 10;
}
.wrapper .major .major-box .banner-box .item-box .list .item .img .ysc .text {
  width: 100%;
  bottom: 80px;
  z-index: 12;
  text-align: center;
  position: absolute;
}
.wrapper .major .major-box .banner-box .item-box .list .item .img .ysc .text .tit {
  font-size: 20px;
}
.wrapper .major .major-box .banner-box .item-box .list .item .img .ysc .text .desc {
  font-size: 16px;
  color: #000;
  margin-top: 8px;
}
.wrapper .major .major-box .banner-box .item-box .list .item .img .ysc .text .desc span {
  padding:0 2px;
  height: 20px;
  background: #fff;
  line-height: 20px;
  display: inline-block;
  color: #000;
  font-weight: 700;
}
.wrapper .major .major-box .banner-box .item-box .list .item .img:hover img {
  z-index: 0;
}
.wrapper .major .major-box .banner-box .item-box .list .item .img:hover .ysc {
  opacity: 1;
  z-index: 101;
}
.wrapper .major .major-box .banner-box .item-box .list .item .kk {
  margin-bottom: 20px;
}
.wrapper .major .major-box .banner-box .item-box .list .item:first-child {
  margin-left: 0;
}
.wrapper .major .major-box .banner-box .item-box .active {
  display: block;
}
.wrapper .major .major-box .banner-box .prev {
  position: absolute;
  width: 42px;
  height: 42px;
  background: url(../../img/index/lft1.png);
  left: -65px;
  top: 50%;
  margin-top: -50px;
  cursor: pointer;
}
.wrapper .major .major-box .banner-box .next {
  position: absolute;
  width: 42px;
  height: 42px;
  background: url(../../img/index/rft1.png);
  right: -65px;
  top: 50%;
  margin-top: -50px;
  cursor: pointer;
}
.wrapper .hot-list {
  width: 100%;
  overflow: hidden;
}
.wrapper .hot-list .hot-list-box {
  width: 1200px;
  overflow: hidden;
  margin: 0 auto;
}
.wrapper .hot-list .hot-list-box .left {
  width: 870px;
  float: left;
}
.wrapper .hot-list .hot-list-box .left .tit-box {
  margin-top: 70px;
  margin-bottom: 30px;
}
.wrapper .hot-list .hot-list-box .left .tit-box .title {
  display: inline-block;
  font-size: 28px;
  color: #000;
}
.wrapper .hot-list .hot-list-box .left .select {
  margin-bottom: 35px;
}
.wrapper .hot-list .hot-list-box .left .select a {
  font-size: 16px;
  margin-right: 28px;
  color: #666666;
}
.wrapper .hot-list .hot-list-box .left .select .active {
  color: #a8d19e;
}
.wrapper .hot-list .hot-list-box .left .select a:hover {
  color: #a8d19e;
}
.wrapper .hot-list .hot-list-box .left .list {
  width: 100%;
  display: none;
}
.wrapper .hot-list .hot-list-box .left .list .list-item {
  border-bottom: 1px solid #e0e0e0;
  box-sizing: border-box;
}
.wrapper .hot-list .hot-list-box .left .list .list-item .toplc {
  display: inline-block;
  font-size: 14px;
  color: #000;
  width: 100%;
  font-weight: 700;
  padding-top: 20px;
  padding-bottom: 10px;
}
.wrapper .hot-list .hot-list-box .left .list .list-item .toplc .wen {
  margin-right: 10px;
}
.wrapper .hot-list .hot-list-box .left .list .list-item .toplc .jinghua {
  margin-left: 10px;
}
.wrapper .hot-list .hot-list-box .left .list .list-item .toplc .time {
  float: right;
  font-size: 14px;
  color: #666666;
  font-weight: 100;
}
.wrapper .hot-list .hot-list-box .left .list .list-item .toplc:hover {
  color: #a8d19e;
}
.wrapper .hot-list .hot-list-box .left .list .list-item .desc {
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  padding-left: 45px;
  box-sizing: border-box;
  margin-bottom: 20px;
  text-align: justify;
}
.wrapper .hot-list .hot-list-box .left .list .list-item:first-child .toplc {
  padding-top: 0;
}
.wrapper .hot-list .hot-list-box .left .list .list-item:last-child {
  border: none;
}
.wrapper .hot-list .hot-list-box .left .activek {
  display: block;
}
.wrapper .hot-list .hot-list-box .left .more {
  display: block;
  width: 135px;
  height: 40px;
  font-size: 16px;
  color: #668d5e;
  border: 1px solid #668d5e;
  text-align: center;
  line-height: 40px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 65px;
}
.wrapper .hot-list .hot-list-box .left .more:hover {
  background: #a8d19e;
  color: #000;
}
.wrapper .hot-list .hot-list-box .right {
  width: 280px;
  float: right;
  margin-top: 105px;
  margin-right: 5px;
}
.wrapper .hot-list .hot-list-box .right .title {
  height: 50px;
  background: url(../../img/index/btn-tit.png) no-repeat bottom;
  font-size: 22px;
  color: #000;
  line-height: 30px;
  margin-bottom: 30px;
}
.wrapper .hot-list .hot-list-box .right .public-box {
  width: 277px;
  height: 194px;
  position: relative;
  display: block;
  margin-bottom: 15px;
  overflow: hidden;
}
.wrapper .hot-list .hot-list-box .right .public-box .tit {
  position: absolute;
  font-size: 14px;
  color: #fff;
  bottom: 0px;
  width: 100%;
  height: 47px;
  line-height: 47px;
  background: #000;
  opacity: .8;
  text-indent: 20px;
}
.wrapper .hot-list .hot-list-box .right .public-box .move_btn{
  position: absolute;
  width: 42px;
  height: 40px;
  display: block;
  right: 5px;
  bottom: 3px;
  z-index: 5;
}
.wrapper .hot-list .hot-list-box .right .public-box:hover .tit{
  display: block;
}
.wrapper .introduce {
  width: 100%;
  height: 140px;
  background: #f8f8f8;
  box-shadow: 0px 4px 16px 0px #dbdbdb;
  margin-bottom: 73px;
}
.wrapper .introduce .introduce-box {
  width: 1200px;
  height: 140px;
  margin: 0 auto;
}
.wrapper .introduce .introduce-box .item {
  width: 299px;
  height: 140px;
  border-right: 1px solid #eee;
  float: left;
}
.wrapper .introduce .introduce-box .item .icon {
  margin-top: 42px;
  margin-left: 32px;
  float: left;
}
.wrapper .introduce .introduce-box .item .text {
  font-size: 18px;
  line-height: 28px;
  color: #555458;
  margin-top: 48px;
  float: left;
  margin-left: 10px;
}
.wrapper .introduce .introduce-box .item:hover {
  background: #a8d19e;
}
.wrapper .introduce .introduce-box .item:hover .text {
  color: #000;
}
.wrapper .introduce .introduce-box .item:last-child {
  border: none;
}
/* 新增导师模块 */
.wrapper .teacher{
  height: 815px;
  background: url("../../img/v2019/index/bg.jpg") no-repeat;
  background-size: 100% 100%;
}
.wrapper .teacher .teacher-box{
  width:1200px;
  margin:0 auto;
  padding:80px 0 100px;
}
.wrapper .teacher .teacher-box>h3{
  font-size: 28px;
  margin-bottom: 20px;
  text-align: center;
}
.wrapper .teacher .teacher-box>p{
  font-size: 16px;
  color:#727272;
  text-align: center;
  margin-bottom: 55px;
}
.wrapper .teacher .teacher-box>ul{
  display: flex;
  height: 50px;
  border-bottom: 2px solid #e8e8e8;
  margin-bottom: 55px;
}
.wrapper .teacher .teacher-box>ul>li{
  flex:1;
  height: 50px;
  position: relative;
  font-size: 22px;
  color:#828282;
  text-align: center;
  cursor: pointer;
}
.wrapper .teacher .teacher-box>ul>li.active{
  color:#668d5e;
}
.wrapper .teacher .teacher-box>ul>li.active:after{
  content:"";
  display: block;
  position: absolute;
  bottom: 0;
  left:0;
  width:100%;
  height: 2px;
  background: #668d5e;
}
.wrapper .teacher .teacher-box .teacher-info{
  display: none;
}
.wrapper .teacher .teacher-box .teacher-info>div{
  width:470px;
  margin-right:45px;
}
.wrapper .teacher .teacher-box .teacher-info h3{
  font-size: 28px;
}
.wrapper .teacher .teacher-box .teacher-info h4{
  font-size: 24px;
  color:#afafaf;
  margin:15px 0;
} 
.wrapper .teacher .teacher-box .teacher-info .line{
  width:74px;
  height: 6px;
  background: #afafaf;
  margin-bottom: 35px;
}
.wrapper .teacher .teacher-box .teacher-info>div>p{
  font-size: 16px;
  color:#666666;
  margin-bottom: 20px;
  line-height: 25px;
}
.wrapper .teacher .teacher-box .teacher-info .teacher-btn{
  display: flex;
  margin-top:40px;
}
.wrapper .teacher .teacher-box .teacher-info .teacher-btn>a{
  display: block;
  height: 46px;
  font-size: 18px;
  text-align: center;
  line-height: 46px;
  background: #434343;
  color:#c6eac4;
  padding:0 25px;
  margin-right: 30px;
}
.wrapper .teacher .teacher-box .teacher-info .teacher-btn>a:hover{
  background: #94d68b;
  color:#000;
}

.wrapper .teacher .teacher-box .teacher-info>ul{
  flex:1;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}
.wrapper .teacher .teacher-box .teacher-info>ul>li{
  width:223px;
  height: 195px;
  position: relative;
  margin-bottom: 10px;
  cursor: pointer;
  margin-right: 8px;
}
.wrapper .teacher .teacher-box .teacher-info>ul>li:nth-child(3n+3){
  margin-right: 0px;
}
.wrapper .teacher .teacher-box .teacher-info>ul>li>div{
  width:100%;
  height: 100%;
  position: relative;
}
.wrapper .teacher .teacher-box .teacher-info>ul>li .teacher-img img{
  display: block;
  width:100%;
}
.wrapper .teacher .teacher-box .teacher-info>ul>li>p{
  position: absolute;
  bottom: 0;
  left:0;
  width:100%;
  height: 32px;
  background: rgba(125,125,125,0.73);
  font-size: 18px;
  color:#ffffff;
  text-align: center;
  line-height: 32px;
  z-index:5;
}
.wrapper .teacher .teacher-box .teacher-info>ul>li .teacher-zz{
  display: none;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: rgba(148,215,139,0.9);
  padding: 35px 20px;
  color:#000;
  text-align:center;
  position:absolute;
  top:0;
  left:0;
  z-index:3;
}
.wrapper .teacher .teacher-box .teacher-info>ul>li .teacher-zz>span{
    display: block;
    position: relative;
    font-size: 18px;
}
.wrapper .teacher .teacher-box .teacher-info>ul>li .teacher-zz>span:after{
  content:"";
  display: block;
  position: absolute;
  width:30px;
  height: 2px;
  background: #000;
  bottom: -8px;
  left:50%;
  margin-left:-15px;
}
.wrapper .teacher .teacher-box .teacher-info>ul>li .teacher-zz>div{
  font-size: 14px;
  margin-top:20px;
  line-height: 22px;
}